ESRI.ArcGIS.Mobile.Client
Generic LinkItem Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client.Controls.Groups Namespace : Generic LinkItem Class


The following tables list the members exposed by Generic LinkItem.

Public Constructors

 NameDescription
Public ConstructorLinkItem ConstructorOverloaded.  Constructs a LinkItem.  
Top

Public Properties

 NameDescription
Public PropertyGroup Gets the Group object this item belongs to. (Inherited from Item)
Public PropertyGroupView Gets the GroupView control this item belongs to. (Inherited from Item)
Public PropertySelectable Gets or sets a value that indicates if the item can be selected. (Inherited from Item)
Public PropertySelectedBackColor Gets the background color of the selected items. (Inherited from LinkItem)
Public PropertyTag Gets or sets an associated object with the item.  
Public PropertyText Gets or sets the item text. (Inherited from LinkItem)
Top

Public Methods

 NameDescription
Public MethodDrawItem Draws the item to the graphics object. (Inherited from LinkItem)
Public MethodGetHeight Gets the height of the item. (Inherited from LinkItem)
Public MethodInvalidate Invalidates the UI of the item. (Inherited from Item)
Top

Protected Methods

 NameDescription
Protected MethodNotifyViewOfHeightChange Call this when the height of the item changes to notify the view. (Inherited from Item)
Protected MethodOnActivated Occurs when an item is Activated. (Inherited from Item)
Protected MethodOnViewWidthChanged Occurs when the width of the view changes. (Inherited from LinkItem)
Top

Public Events

 NameDescription
Public EventActivated Occurs when an item is Activated. (Inherited from Item)
Top

See Also